From 9403f44aefd6447c72fdc1bcd79870eb22778f19 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Mar 2020 11:52:54 -0400 Subject: [PATCH] reftests: Fix an xfail to work The background-image-multiple.ref.ui file uses non-existing properties, which gives us a g_warning, and the glib test framework insists on treating warnings as fatal, so we end up doing exit(133), which in turn makes the meson TAP parser ignore its xfails. Comment out the nonexisting properties, so we can fail properly, and then in turn xfail properly. --- testsuite/reftests/background-image-multiple.ref.ui | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/testsuite/reftests/background-image-multiple.ref.ui b/testsuite/reftests/background-image-multiple.ref.ui index 6dec5707fc..04a9c3c17a 100644 --- a/testsuite/reftests/background-image-multiple.ref.ui +++ b/testsuite/reftests/background-image-multiple.ref.ui @@ -45,8 +45,10 @@ 144 70 + @@ -58,8 +60,10 @@ 120 46 + @@ -77,8 +81,10 @@ 144 70 + @@ -90,8 +96,10 @@ 120 46 + -- 2.30.2